home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Power 1997 November
/
MACPOWER-1997-11.ISO.7z
/
MACPOWER-1997-11.ISO
/
AMUG
/
MUSIC
/
bol-processor-271-data.sit
/
bol-processor-271-data
/
BP2 examples
/
BP2 data
/
-gr.tryflags2
< prev
next >
Wrap
Text File
|
1995-06-19
|
381b
|
13 lines
V.2.5
Date: Sun, Jun 18, 1995 -- 23:06
-in.abc1
-se.tryflags2
-ho.abc
// This grammar produces strings of length 10 containing an equal number of b's and c's, whenever possible (i.e. if there is an even number of a's)
RND
GRAM#1[1] S --> X X X X X X X X X X /make_b = 1/
GRAM#1[2] /make_b -1/ X --> b /make_c +1/
GRAM#1[3] /make_c -1/ X --> c /make_b +1/
GRAM#1[4] X --> a